React Toolchains
https://reactjs.org/docs/create-a-new-react-app.html
Recommended Toolchains
Create React App
Reactの勉強、SPAの新規作成
Next.js
SSR with Node.js
Gatsby
静的サイト
その他
コンポーネントライブラリ、既存コードベースとの統合など
Creating a Toolchain from Scratch
パッケージマネージャー
Yarn, npm
バンドラ
webpack, Parcel
コンパイラ
Babel
環境を自作する場合
Creating a React App… From Scratch.
Create React Appのような環境を自分で作る方法
Use the Production Build
プロダクションビルドを行う場合の設定など
Create React Appを使ったほうがラクそうだけど、自前で環境のチューニングができなくなるのはちょっと・・・。
この辺のベストプラクティスが知りたいなー。